Platform Explorer / Nuxeo Platform 6.0

Operation Document.Push (Push Document)

Description

Push the input document on the context stack. The document can be restored later as the input using the corrresponding pop operation. Returns the input document.
Operation id Document.Push
Category Push & Pop
Label Push Document
Requires
Since

Parameters

No parameters.

Signature

Inputs document
Outputs document

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.core.operations.stack.PushDocument
Contributing Component org.nuxeo.ecm.core.automation.coreContrib

JSON Definition

{
  "id" : "Document.Push",
  "label" : "Push Document",
  "category" : "Push & Pop",
  "requires" : null,
  "description" : "Push the input document on the context stack. The document can be restored later as the input using the corrresponding pop operation. Returns the input document.",
  "url" : "Document.Push",
  "signature" : [ "document", "document" ],
  "params" : [ ]
}